home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / i / internet / software / tnftpsr / name.h < prev    next >
Encoding:
Text File  |  1993-02-24  |  254 b   |  6 lines

  1. typedef struct 
  2. {    char nm_type;    char nm_len;    char nm_item[1]; 
  3. } NMITEM;#define    NI_NAME    1#define NI_ADDR    2#define NI_ERR    3
  4. #define NM_TRIES    3        /* 3 tries */
  5. #define NM_WAIT        10        /* 10 sec */
  6. #define NAMESERVPORT    42    /* IEN 116 protocol UDP */